home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_158.txt < prev    next >
Text File  |  1997-10-20  |  719b  |  21 lines

  1. 0.3
  2.  
  3. Program:
  4. - Donkey Kong support (wrong colors, no sound)
  5.  
  6. - New definition of custom video modes, this will hopefully be compatible
  7.   with more systems.
  8.  
  9. - Lady Bug and Crazy Climber should run a little faster on slow machines
  10.   (Crazy Climber is still too slow, I know).
  11.  
  12. Source:
  13. - new general purpose readinputport() function used to handle reads of
  14.   input ports and dip switches. This saves some work when creating a
  15.   game driver. Required changes to struct MachineDriver.
  16.  
  17. - struct GfxLayout now contains a planeoffset array instead of
  18.   planeincrement, to better support more than 2 bitplanes. I also fixed
  19.   (I hope) all the code which assumed 2 bitplanes. struct GfxDecodeInfo
  20.   had to be changed as well.
  21.